DataCollection | ComponentOne
C1.DataCollection.SignalR.Client Assembly / C1.DataCollection.SignalR.Client Namespace / C1ProxyDataCollection<T> Class / C1ProxyDataCollection<T> Constructor / C1ProxyDataCollection<T> Constructor(Uri)
The Url of the signal-r hub.

In This Topic
    C1ProxyDataCollection<T> Constructor(Uri)
    In This Topic
    Initializes a new instance of the C1ProxyDataCollection<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal url As Uri _
    )
    public C1ProxyDataCollection<T>( 
       Uri url
    )

    Parameters

    url
    The Url of the signal-r hub.
    See Also